home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / mvtz.zip / MVTZ.DOC next >
Text File  |  1991-08-28  |  6KB  |  140 lines

  1.  
  2.       MVTZ.DOC - 8/28/91
  3.  
  4.       Hi:
  5.  
  6.       Ever look at all of the jillions of zipfile maintainers out there?
  7.       Have you ever just wanted to move a bunch of raw files into some
  8.       zipfiles without having to read the equivalent of the mornings news
  9.       to get that seemingly simple job done? Maybe even add some comments
  10.       or your BBS add in the process?
  11.  
  12.       Ever FIND an easy to use zipfile maintainer and THEN find that you
  13.       had THE AUTHORS BBS ADD or an '[UNREGISTERED]' gripe IN your file
  14.       or in the displayed comments? Right Along with yours?!?!?
  15.  
  16.       I did, and I have... And thats why I wrote MVTZ!
  17.  
  18.       MVTZ is a VERY easy to use utility that will not only move all of
  19.       the files you want into archives named after the ORIGINAL files
  20.       but add YOUR bbs add or personal comments to the zipfiles in the
  21.       process! MVTZ even knows about -AV's and will place those inside
  22.       the zipfiles too.
  23.  
  24.       It is REAL easy to use, and works like this:
  25.  
  26.         MVTZ [options] [filenames ...]
  27.  
  28.       Options are one or more of the following:
  29.  
  30.         /C:[filespec]  This will add comments to your new or existing
  31.         .ZIP archive files. [filespec] is just the name of the file on
  32.         your disk that contains the add or comments you want added to
  33.         the zipfile.
  34.  
  35.         If you are using a comment file that contains any graphics you
  36.         should make sure that there are one or more CARRIAGE RETURNS
  37.         at the start of the comment file otherwise the graphics may get
  38.         jumbled (a fault of PKZIP, not MVTZ!). You may also want to see
  39.         what the comments look like with a few of those at the END of
  40.         the comment file - 'adjust to taste!'.
  41.  
  42.         /AV!  This any place on the command line will activate PKZIP's
  43.         'authenticity verification' feature IF you have a registered
  44.         version of PKZIP and have applied for the feature.
  45.  
  46.         /MV!  Will MOVE the files into the new archives. This DELETES
  47.         all of the raw files that meet your spec! USE WITH CARE!!!
  48.  
  49.         This example of a MVTZ command line will add comments to the
  50.         NEW zipfiles created by MVTZ and also move all .TXT files in a
  51.         directory named D:\TEXT\ into archives in the current drive.
  52.         The comments come from a file named D:\STUFF\COMMENTS.TXT .
  53.  
  54.         MVTZ /c:d:\stuff\comments.txt d:\text\*.txt
  55.  
  56.         Or you can add comments to EXISTING zipfiles in the current
  57.         directory like this:
  58.  
  59.         MVTZ /c:d:\stuff\comments.txt
  60.  
  61.         And this will add comments to all zipfiles (old and new) while
  62.         also adding -AV and DELETING the processed raw files from the
  63.         d:\text\ directory:
  64.  
  65.         MVTZ /c:d\stuff\comments.txt /AV! /MV! d:\text\*.txt *.*
  66.  
  67.         You can create (with your favorite pure ASCII word processor or
  68.         'COPY CON' a text file named MVTZ.LST which MVTZ will look for
  69.         in the current directory and along the DOS exec path.
  70.  
  71.         If you use MVTZ.LST you should only put the filespecs you want
  72.         to process in there! NOT THE COMMAND LINE PARAMETERS! (that IS
  73.         in the registered version) When MVTZ runs, it will take both
  74.         the command line parameters and what it finds in MVTZ.LST then
  75.         begin processing.  You will be prompted as to whether or not
  76.         MVTZ should erase MVTZ.LST after a successful execution of the
  77.         program.
  78.  
  79.         A FEW THINGS TO REMEMBER WHEN USING MVTZ:
  80.  
  81.         o  A GLOBAL (*, ?) in the EXTENSION of any filespec on the MVTZ
  82.            command line will cause MVTZ to also look for and process any
  83.            existing .ZIP files if the /C: option is active.
  84.  
  85.         o  PKZIP MUST be available to MVTZ someplace in the DOS exec path
  86.            (the PATH= statement in AUTOEXEC.BAT) or it must be in the same
  87.            directory you run MVTZ from.
  88.  
  89.         o  If you run MVTZ using globals in the filespec from within a
  90.            directory that contains zipfiles of the same name as a raw
  91.            file MVTZ will try to process those files twice. (harmless).
  92.  
  93.         o  You can get help on using MVTZ without reading this by running
  94.            MVTZ with nothing on the command line.
  95.  
  96.  
  97.       IF YOU USE OR DISTRIBUTE MVTZ PLEASE READ ALL OF THIS!
  98.  
  99.       You use MVTZ with the knowledge that anything adverse that may happen
  100.       and any type of loss incurred as a result of you or anyone associated
  101.       with you executing the MVTZ.EXE program is disclaimed by this author
  102.       and the author will not be held liable without prior written agreement
  103.       between you and the author.
  104.  
  105.       There is no support agreement available for MVTZ unless the program is
  106.       registered for the sum of $5.00 with the author. This $5.00 also will
  107.       allow you to recieve the REGISTERED version of MVTZ which contains no
  108.       messages asking you to register. For $10.00 you can recieve a enhanced
  109.       version of MVTZ that can process .ARC, .LZH, .ARJ, .ZOO, and .PAK file
  110.       formats (as far as the features of those programs allow!) as well as
  111.       offer you a few nice enhanced features.
  112.  
  113.       If you are any type of government or profit making entity, the fee for
  114.       registration is NOT voluntary. Please contact the author for details
  115.       on registering under those terms. (it is easy!).
  116.  
  117.       SHAREWARE DEALERS:
  118.  
  119.       Please include this unmodified distribution .ZIP file into your file
  120.       listings, and feel free to distribute this file for a nominal charge
  121.       NOT to be construed by you or your customers as a REGISTRATION fee!!
  122.  
  123.       Contact the author for details about distributing the registered and
  124.       enhanced versions.
  125.  
  126.       CONTACTING THE AUTHOR AND REGISTERING THIS LITTLE PROGRAM:
  127.  
  128.       I am:
  129.  
  130.             Daniel J. Karnes
  131.             POB 7007
  132.             Nashua, NH 03060-7007
  133.  
  134.             dkarnes@world.std.com
  135.  
  136.        And: THE CUTTING EDGE - (603)-888-9634  300-9600 V.32 24 hrs.
  137.  
  138.        I hope that MVTZ is useful to you! - Call my BBS for other goodies.
  139.  
  140.